home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / gfx / show / mpeg_src_play201.lha / amiga / amiga.h < prev    next >
Text File  |  1993-02-11  |  427b  |  18 lines

  1. /* amiga.h - defines for some X functions
  2.  *
  3.  * part of mpeg_player port to Amiga by Michael Balzer
  4.  *
  5.  * to be included after the normal X11 includes
  6.  */
  7.  
  8. #undef DefaultScreen
  9. #define DefaultScreen(dpy)         (1)
  10. #undef DefaultRootWindow
  11. #define DefaultRootWindow(dpy)     (1)
  12. #undef BlackPixel
  13. #define BlackPixel(dpy, scr)     (1)
  14. #undef WhitePixel
  15. #define WhitePixel(dpy, scr)     (0)
  16. #undef RootWindow
  17. #define RootWindow(dpy, scr)     (1)
  18.